| Package | Description |
|---|---|
| com.atid.lib.reader.params | |
| com.atid.lib.reader.types |
| Modifier and Type | Method and Description |
|---|---|
DataType |
StoredDataList.StoredData.getType()
Returns the data type of the StoredData instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredDataList.StoredData.setType(DataType type)
Sets the data type of the StoredData instance.
|
| Constructor and Description |
|---|
StoredData(DataType type,
java.lang.String data)
Create an instance of StoredData
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(int code) |
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|